How to read from port#### on home IP 127.0.0.1 [SOLVED]
Posted
by
Ree
on Stack Overflow
See other posts from Stack Overflow
or by Ree
Published on 2010-12-26T09:44:55Z
Indexed on
2010/12/28
16:54 UTC
Read the original article
Hit count: 164
I have a program that sends data to the home IP to the port####.
I want to access this and make it readable data. Maybe in C#?
I haven't tried doing this before and I have only a vague idea of doing sockets.
Any ideas as to how I can manage this?
Thanks - Ree
EDIT
The program I'm trying access is a UDP. Therefore it's a UDP port reader I need to incorporate on another program.
"####" < is just any random number.
SOLUTION: http://msdn.microsoft.com/en-us/library/tst0kwb1.aspx
© Stack Overflow or respective owner